Update pseudo-class test
authorMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 18:59:24 +0000 (13:59 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 18:59:24 +0000 (13:59 -0500)
We have some more pseudo-classes now, and some are printed
out with their CSS name.

testsuite/css/parser/pseudo-classes-known.css
testsuite/css/parser/pseudo-classes-known.ref.css

index e25bc7f1822928d186bddf0e8a448e99fe981097..18062adafeb6a44f8a090e8b0c25e50e22e00fe5 100644 (file)
   color: red;
 }
 
+:disabled {
+  color: red;
+}
+
 :inconsistent {
   color: red;
 }
 
+:indeterminate {
+  color: red;
+}
+
 :focused {
   color: red;
 }
index f5469628ecfede5671029062c137c22a62276bc5..c296f3737e1f681e24daa179da921339f78be45c 100644 (file)
   color: rgb(255,0,0);
 }
 
-:insensitive {
+:disabled {
   color: rgb(255,0,0);
 }
 
-:inconsistent {
+:disabled {
+  color: rgb(255,0,0);
+}
+
+:indeterminate {
+  color: rgb(255,0,0);
+}
+
+:indeterminate {
   color: rgb(255,0,0);
 }